Class40.reqDate()#0{
Locale locale = Locale.getDefault(); // to get the language of the system
DateFormat dateFormatShort = DateFormat.getDateInstance(DateFormat.LONG, locale); return dateFormatShort.format(date);
}
Instance 17
Class90.getSeitAsString(int style,Locale locale)#0{ final DateFormat f = DateFormat.getDateInstance(style, locale); return f.format(temp);
}